ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MovingAverage<T> Class / Period Property

In This Topic
    Period Property (MovingAverage<T>)
    In This Topic
    Gets or sets the period of the moving average line.
    Syntax
    'Declaration
     
    Public Property Period As Integer
    public int Period {get; set;}
    Remarks
    It should be set to some integer value greater than 1.
    See Also